home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 192
- Top = 107
- Width = 358
- Height = 407
- Caption = 'Form1'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 16
- Top = 48
- Width = 32
- Height = 13
- Caption = 'Label1'
- end
- object Button1: TButton
- Left = 16
- Top = 8
- Width = 75
- Height = 25
- Caption = 'Button1'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Panel1: TPanel
- Left = 16
- Top = 80
- Width = 321
- Height = 289
- Caption = 'Panel1'
- TabOrder = 1
- end
- object Timer1: TTimer
- Interval = 500
- OnTimer = Timer1Timer
- Left = 112
- Top = 16
- end
- end
-